2
0
mirror of https://github.com/tenrok/vue-json-viewer.git synced 2026-06-17 19:21:24 +03:00

Remove TODO

This commit is contained in:
Eliott Vincent
2021-08-16 17:43:29 +02:00
parent 207a2a7b8e
commit de51f4d356
-2
View File
@@ -1,9 +1,7 @@
<script>
import { h } from 'vue'
// TODO: check?
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 {
name: 'JsonString',