]> git.ipfire.org Git - thirdparty/vuejs/core.git/commitdiff
test: update snapshot
author三咲智子 Kevin Deng <sxzz@sxzz.moe>
Fri, 8 Dec 2023 10:16:22 +0000 (18:16 +0800)
committer三咲智子 Kevin Deng <sxzz@sxzz.moe>
Fri, 8 Dec 2023 10:16:22 +0000 (18:16 +0800)
packages/compiler-sfc/__tests__/compileScript/__snapshots__/defineProps.spec.ts.snap

index 3fbd3a9b7b5f76fcf5e85cd5285236afaa36c509..ce5eaed18fd8550bdd1af633f8e0bcf3c8e381bb 100644 (file)
@@ -59,25 +59,6 @@ return { props }
 })"
 `;
 
-exports[`defineProps > custom element retains the props type w/ production mode 1`] = `
-"import { defineComponent as _defineComponent } from 'vue'
-
-export default /*#__PURE__*/_defineComponent({
-  __name: 'app.ce',
-  props: {
-    foo: {type: Number}
-  },
-  setup(__props: any, { expose: __expose }) {
-  __expose();
-
-      const props = __props
-      
-return { props }
-}
-
-})"
-`;
-
 exports[`defineProps > defineProps w/ runtime options 1`] = `
 "import { defineComponent as _defineComponent } from 'vue'