You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+2Lines changed: 2 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -57,6 +57,8 @@ If you bundle your templates into one file, then each `<template>` must have the
57
57
<templateid="input-num">...</template>
58
58
```
59
59
60
+
NOTE: If you are using import options and getting an error about an element/tag already being registered, you might need to add the same import options to your JavaScript `import` statements, so that they match your HTML `<script>` imports. The browser can import these as two separate files. This happens sometimes for reasons unknown to me.
61
+
60
62
### Managing Template Files
61
63
There are built-in template files in the `templates/` directory. They serve two purposes:
62
64
- As examples and/or starting points for you to design your templates.
0 commit comments