注目コメント算出アルゴリズムの一部にLINEヤフー株式会社の「建設的コメント順位付けモデルAPI」を使用しています
<template> <main id="app"><main id="app"> <h1>VueでURL入力制限</h1> <table> <tbody> <tr> <th>URL:... <template> <main id="app"><main id="app"> <h1>VueでURL入力制限</h1> <table> <tbody> <tr> <th>URL:</th><td><input type="text" pattern="^(https?://[\w/:%#\$&\?\(\)~\.=\+\-]*|https?:/|https?:|https?|htt|ht|h)" maxlength="100" :value="test1" @input="test1=opt(test1,$event)"></td> </tr> </tbody> </table> </main> </template> <script> var vue = new Vue({ el:'#app', data:{ test1:'', }, methods:{ opt:function(o
2017/05/07 リンク