Michael Aerni 1 年之前
父節點
當前提交
67eb5878d1
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      packages/docs/src/en/globals/alpine-data.md

+ 1 - 1
packages/docs/src/en/globals/alpine-data.md

@@ -37,7 +37,7 @@ As you can see we've extracted the properties and methods we would usually defin
 If you've chosen to use a build step for your Alpine code, you should register your components in the following way:
 
 ```js
-import Alpine from `alpinejs`
+import Alpine from 'alpinejs'
 import dropdown from './dropdown.js'
 
 Alpine.data('dropdown', dropdown)