Commit 15b1e1b
committed
fix: set
Fixes errors like:
```
Can't import the named export 'computed' from non EcmaScript module (only default export is available)
```
when using `pinia`..mjs file type to javascript/auto
1 parent f128c0c commit 15b1e1b
1 file changed
+8
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
66 | 66 | | |
67 | 67 | | |
68 | 68 | | |
| 69 | + | |
| 70 | + | |
| 71 | + | |
| 72 | + | |
| 73 | + | |
| 74 | + | |
| 75 | + | |
| 76 | + | |
69 | 77 | | |
70 | 78 | | |
71 | 79 | | |
| |||
0 commit comments