Community Patterns

Community Library Entry

0

Regular Expression
Created·2023-04-21 19:23
Flavor·PCRE2 (PHP)

/
(Vue\.set\()([\w.\d\n\[\] ]*),([\w.\d\n\[\] ]*),([\w.\d\n\[\] ]*)\);
/
Open regex in editor

Description

it changes the old vue 2 stype using Vue.set, to direct assign object

Submitted by Iagomussel