UNPKG

@lzn1024/vue-code-link

Version:

![Animation](https://user-images.githubusercontent.com/62974111/174468768-dcacbfaa-3565-4608-bbb3-9a1b81da4ff0.gif)

12 lines (11 loc) 383 B
const loader = require('../add-location-loader/index.js'); function test(){ this.resourcePath='test/test.js'; console.log(loader(`<template><a>"</a>v-html="'<hello>" <div class="test">test</div> </template> `)); // let a =/(<[\w-]+)|(<\/template)|(v-html=\s?")|([^\\=]")/g // console.log((`>"`).match(a)); } test();