You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
1 line
681 B
1 line
681 B
{"ast":null,"code":"export default {\n name: 'BackGround' // 添加组件名称\n // 其他组件选项\n};","map":{"version":3,"names":["name"],"sources":["D:\\vue\\demo\\src\\components\\background.vue"],"sourcesContent":["<template>\r\n \r\n\r\n <div class=\"main-content\">\r\n 背景哈哈哈\r\n\r\n </div>\r\n \r\n</template>\r\n<style>\r\n \r\n \r\n</style>\r\n<script>\r\n export default \r\n {\r\n name: 'BackGround', // 添加组件名称\r\n // 其他组件选项\r\n }\r\n </script>"],"mappings":"AAcI,eACA;EACEA,IAAI,EAAE,YAAY,CAAE;EACpB;AACF","ignoreList":[]},"metadata":{},"sourceType":"module","externalDependencies":[]} |