Replies: 2 comments 1 reply
-
please give more details |
Beta Was this translation helpful? Give feedback.
0 replies
-
for examples,the compoment use [name] props, /* <!-- */
const sfcContent = `
<template>
Hello {{name}} !
</template>
<script>
export default {
props:{
name:String
}
}
</script>
`;
/* --> */
//...
loadModule('test.vue',{name:'World'},options); |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hope to increase the support for props
Beta Was this translation helpful? Give feedback.
All reactions