Jelajahi Sumber

chore: fix typo (#12863)

webfansplz 3 tahun lalu
induk
melakukan
a5afc4d0a4
1 mengubah file dengan 1 tambahan dan 1 penghapusan
  1. 1 1
      packages/compiler-sfc/test/compileScript.spec.ts

+ 1 - 1
packages/compiler-sfc/test/compileScript.spec.ts

@@ -1571,7 +1571,7 @@ describe('SFC analyze <script> bindings', () => {
       </script>
       </script>
       <template>
       <template>
         <div @click="$emit('update:a');"></div>
         <div @click="$emit('update:a');"></div>
-      </tempalte>
+      </template>
       `)
       `)
     })
     })
   })
   })