Directive can only be composed of lowercase letters?
1 2 3 4 5 6 7 8 |
|
For example,
hello ok
helloA not work
Hello not work
hello_a not work
hello-a not work
What should I do if I want to name it with a phrase?
迷茫2017-05-15 16:54:18
Using CamelCasenaming
Such as: hello A not work
Named: helloANotWork
Detailed rules:
Use the following method in html
1 2 |
|
But this is required when defining instructions
1 2 |
|