mirror of
https://github.com/Sevichecc/Urara-Blog.git
synced 2025-05-04 18:49:30 +08:00
3 lines
No EOL
145 B
Text
3 lines
No EOL
145 B
Text
export default function _classNameTDZError(name) {
|
|
throw new Error("Class \"" + name + "\" cannot be referenced in computed property keys.");
|
|
} |