mirror of
https://github.com/github/codeql.git
synced 2025-12-17 17:23:36 +01:00
7 lines
124 B
Vue
7 lines
124 B
Vue
<template>
|
|
<p v-html="dataA"/>
|
|
</template>
|
|
<script src="./single-file-component-3-script.js">
|
|
</script>
|
|
<style>
|
|
</style> |