mirror of
https://github.com/tenrok/vue-json-viewer.git
synced 2026-06-23 20:40:38 +03:00
Remove TODO
This commit is contained in:
@@ -1,9 +1,7 @@
|
|||||||
<script>
|
<script>
|
||||||
import { h } from 'vue'
|
import { h } from 'vue'
|
||||||
|
|
||||||
// TODO: check?
|
|
||||||
const REG_LINK = /^\w+:\/\//;
|
const REG_LINK = /^\w+:\/\//;
|
||||||
// const REG_LINK =/^([hH][tT]{2}[pP]:\/\/|[hH][tT]{2}[pP][sS]:\/\/)(([A-Za-z0-9-~]+)\.)+([A-Za-z0-9-~\/])+$/;
|
|
||||||
|
|
||||||
export default {
|
export default {
|
||||||
name: 'JsonString',
|
name: 'JsonString',
|
||||||
|
|||||||
Reference in New Issue
Block a user