Ask a regular question. Thank you.

Vue.component("lottery-tab", {
    template: `
        <ul class="clearfix lottery-tab-list">
            <li class="fl lottery-tab-item" v-for="(tab, index) in tabsArr" @click="switchTab(tab.en)" :class="{on: tab.en === _tabCode}">{{tab.cn}}</li>
        </ul>
    `,
    props: ["tabs-arr", "tab-default-obj", "lottery-type", "lottery"],
    data() {
        return {
            _tabCode: "", //
        };
    },
});

how to match with the html in the template above the rule?
wrote a / ([\ "\"]?) (template) 1: (?: s *) ([" ]) (. *?) / I , but not allowed. Ask for advice.

Mar.21,2021
MySQL Query : SELECT * FROM `codeshelper`.`v9_news` WHERE status=99 AND catid='6' ORDER BY rand() LIMIT 5
MySQL Error : Disk full (/tmp/#sql-temptable-64f5-7b34dd-152c3.MAI); waiting for someone to free some space... (errno: 28 "No space left on device")
MySQL Errno : 1021
Message : Disk full (/tmp/#sql-temptable-64f5-7b34dd-152c3.MAI); waiting for someone to free some space... (errno: 28 "No space left on device")
Need Help?